.PopUpsBg{
	display: none;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
}
.PopUps{
	width: 100%;
	height: 100%;
}
.PopUpsMain{
	max-height: 100%;
    position: relative;
    background: #ffffff;
    margin: auto;
    box-sizing: border-box;
    overflow: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.PopUpsTop{
	display: block;
	padding: 20px 20px 10px;
}
.PopUpsBody{
	text-align: center;
    padding: 80px 100px;
    color: #333333;
    font-size: 14px;
    word-break: break-all;
}
.PopUpsFooter{
	padding: 10px 20px 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.PopUpsSure{
	width: 80px;
	height: 40px;
	background: #1782F1;
	color: #ffffff;
	font-size: 14px;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.PopUpsSure:hover{
	background: #1782F1;
}
.PopUpWidth{
	width: 1089px;
}
.PopVip{
	background: #ffffff;
	max-height: 100%;
    position: relative;
    background: #ffffff;
    margin: auto;
    padding: 27px;
    box-sizing: border-box;
    overflow: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
@media only screen and (max-width: 920px){

}
@media only screen and (max-width: 768px){
	.PopUpsMain{
		/* top:5%; */
	}
}
@media only screen and (max-width: 420px){

}